home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 32.Math / Math.h < prev    next >
Text File  |  1995-06-12  |  410b  |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #import <appkit/Control.h>
  6. #import <appkit/Panel.h>
  7.  
  8. @interface Math:Object
  9. {
  10.     id    firstLineText;
  11.     id    secondLineText;
  12.     id    operand;
  13.     id    maxNumberText;
  14.     int firstLine, secondLine;
  15.     int maxNumber;
  16. }
  17.  
  18. - setFirstLineText:anObject;
  19. - setSecondLineText:anObject;
  20. - setOperand:anObject;
  21. - setMaxNumberText:anObject;
  22. - Input:sender;
  23.  
  24. @end
  25.